﻿2026-07-11T03:01:03.1970504Z ##[group]Run actions/checkout@v5
2026-07-11T03:01:03.1971019Z with:
2026-07-11T03:01:03.1971340Z   fetch-depth: 0
2026-07-11T03:01:03.1971812Z   repository: SaberMage/spt-core
2026-07-11T03:01:03.1974851Z   token: ***
2026-07-11T03:01:03.1975208Z   ssh-strict: true
2026-07-11T03:01:03.1975627Z   ssh-user: git
2026-07-11T03:01:03.1975972Z   persist-credentials: true
2026-07-11T03:01:03.1976427Z   clean: true
2026-07-11T03:01:03.1976729Z   sparse-checkout-cone-mode: true
2026-07-11T03:01:03.1977107Z   fetch-tags: false
2026-07-11T03:01:03.1977436Z   show-progress: true
2026-07-11T03:01:03.1977729Z   lfs: false
2026-07-11T03:01:03.1978180Z   submodules: false
2026-07-11T03:01:03.1978472Z   set-safe-directory: true
2026-07-11T03:01:03.1978811Z ##[endgroup]
2026-07-11T03:01:03.4144253Z Syncing repository: SaberMage/spt-core
2026-07-11T03:01:03.4145429Z ##[group]Getting Git version info
2026-07-11T03:01:03.4145944Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-11T03:01:03.4627068Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-11T03:01:03.4885177Z git version 2.43.0.windows.1
2026-07-11T03:01:03.4921055Z ##[endgroup]
2026-07-11T03:01:03.4930105Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\b1a8ec00-ea09-45d1-8490-770343fa35e3\.gitconfig'
2026-07-11T03:01:03.4945893Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\b1a8ec00-ea09-45d1-8490-770343fa35e3' before making global git config changes
2026-07-11T03:01:03.4946823Z Adding repository directory to the temporary git global config as a safe directory
2026-07-11T03:01:03.4952780Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-11T03:01:03.5239484Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-11T03:01:03.5456330Z https://github.com/SaberMage/spt-core
2026-07-11T03:01:03.5484442Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-11T03:01:03.5489517Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-11T03:01:03.5713402Z HEAD
2026-07-11T03:01:03.6001245Z ##[endgroup]
2026-07-11T03:01:03.6005193Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-11T03:01:04.0209533Z ##[group]Cleaning the repository
2026-07-11T03:01:04.0213481Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-11T03:01:11.7791451Z Removing target/
2026-07-11T03:01:11.7821256Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-11T03:01:11.8571219Z HEAD is now at 35cae13 Merge fba81ec78484804b341e5ce726bf3dd9fbddf82f into 706ad88b6d475b4d93bd8e6729a0d9b09f49060a
2026-07-11T03:01:11.8595231Z ##[endgroup]
2026-07-11T03:01:11.8600358Z ##[group]Disabling automatic garbage collection
2026-07-11T03:01:11.8605261Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-11T03:01:11.8856963Z ##[endgroup]
2026-07-11T03:01:11.8857449Z ##[group]Setting up auth
2026-07-11T03:01:11.8863315Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-11T03:01:11.9113291Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-11T03:01:12.3260337Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-11T03:01:12.3515639Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-11T03:01:12.7569342Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-11T03:01:12.7816047Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-11T03:01:13.1908190Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-11T03:01:13.2222123Z ##[endgroup]
2026-07-11T03:01:13.2222651Z ##[group]Fetching the repository
2026-07-11T03:01:13.2233220Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +35cae13edab658dc4fbb913140ba984774263be0:refs/remotes/pull/84/merge
2026-07-11T03:01:14.8541576Z ##[endgroup]
2026-07-11T03:01:14.8542021Z ##[group]Determining the checkout info
2026-07-11T03:01:14.8542444Z ##[endgroup]
2026-07-11T03:01:14.8548777Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-11T03:01:14.8895832Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-11T03:01:14.9200389Z ##[group]Checking out the ref
2026-07-11T03:01:14.9209196Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/84/merge
2026-07-11T03:01:14.9824797Z HEAD is now at 35cae13 Merge fba81ec78484804b341e5ce726bf3dd9fbddf82f into 706ad88b6d475b4d93bd8e6729a0d9b09f49060a
2026-07-11T03:01:14.9859986Z ##[endgroup]
2026-07-11T03:01:15.0237938Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-11T03:01:15.0564269Z 35cae13edab658dc4fbb913140ba984774263be0
